var github.com/aws/smithy-go/encoding/httpbinding.noEscape

4 uses

	github.com/aws/smithy-go/encoding/httpbinding (current package)
		path_replace.go#L86: 		if noEscape[c] || (c == '/' && !encodeSep) {
		path_replace.go#L95: var noEscape [256]bool
		path_replace.go#L98: 	for i := 0; i < len(noEscape); i++ {
		path_replace.go#L100: 		noEscape[i] = (i >= 'A' && i <= 'Z') ||